home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / wintech1.zip / LEVARO.ZIP / NEWSTAT.H < prev    next >
Text File  |  1991-09-27  |  335b  |  9 lines

  1. /*
  2.  * NEWSTAT.H -- Sample static text custom control header file
  3.  *        This file contains common definitions
  4.  */
  5.                     /* Static control styles           */
  6. #define SS_FLAT     0x00L        /* Flush text               */
  7. #define SS_INDENT   0x10L        /* Indented text               */
  8. #define SS_OUTDENT  0x20L        /* Outdented text               */
  9.